home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 1999 March / CD Rom Data Mart 1999.iso / Media / Intro.dxr / Buttons_55_New Behavior.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  295 b   |  13 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to "MouseOverButtonBack"
  3. end
  4.  
  5. on mouseDown me
  6.   set the member of sprite the currentSpriteNum to "MouseDownButtonBack"
  7.   GotoTheLastPage()
  8. end
  9.  
  10. on mouseLeave me
  11.   set the member of sprite the currentSpriteNum to "ButtonBack"
  12. end
  13.